runtime.listNode.next (field)
8 uses
runtime (current package)
list.go#L47: next unsafe.Pointer
list.go#L77: pNode.next = head.obj
list.go#L99: head.obj = pNode.next
list.go#L102: pNode.next = nil
list.go#L123: nextNode := head.getNode(pNode.next)
list.go#L127: prevNode.next = pNode.next
list.go#L135: pNode.next = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |